12.04.2014, 17:23
Hello, I have this code:
And command:
And I get this error:
error 035: argument type mismatch (argument 2)
How to fix that ?
pawn Код:
new Float:Randomaa[][][] =
{
{-5.5838,2526.7129,23.9974},
{403.9305,2450.6448,16.2974},
{323.6853,2543.3269,16.5355},
{292.0462,2544.9385,16.5478}
};
pawn Код:
CMD:AA(playerid, params[])
{
SetVehiclePos(cartype, Randomaa[random(sizeof(Randomaa))]);
error 035: argument type mismatch (argument 2)
How to fix that ?