Hallo,
ware dabei Random Spawns zu machen.
Bekomme jedoch 2 Errors die ich nicht wegkriege und
bin deshalb mal wieder auf eure Hilfe angewiesen:
new Float:gsspawn[][6] =
{
{2496.0522,-1709.9905,1014.7422,0.3636},
{2492.1638,-1701.4113,1014.7664,339.0568},
{2494.0767,-1704.3386,1018.3438,100.2712},
{2499.4863,-1707.4873,1014.7422,86.8211},
{2499.2195,-1707.3253,1018.3438,357.5203}
};
new gsrand;
gsrand = random(sizeof(gsspawn));
SetPlayerPos(playerid, gsspawn[gsrand][0],gsspawn[gsrand][1], gsspawn[gsrand][2], gsspawn[gsrand][3], gsspawn[gsrand][4]); /// ERROR ZEILE
SetPlayerFacingAngle(playerid, gsspawn[gsrand][5]);
Hier der Error
) : warning 202: number of arguments does not match definition
) : warning 202: number of arguments does not match definition
Freue mich bei Hilfe
MfG FaridBangSAMP