03.04.2016, 08:07
Hi, Finally i am here to ask help lmao.
Ok so my problem is as follows. You may first see the codes :
Ok, so i am using the positions as random by 1 command. I am working on an include which i will release soon. But, i got these errors, When i run the include file from another script( new ).
Help me for this. Thank you.
John_Blaze ( WSRPG )
Ok so my problem is as follows. You may first see the codes :
Код:
new Float:Spawns[][] = { {PosX[playerid],PosY[playerid],PosZ[playerid],Angle[playerid]}, {PosX1[playerid],PosY1[playerid],PosZ1[playerid],Angle1[playerid]}, {PosX2[playerid],PosY2[playerid],PosZ2[playerid],Angle2[playerid]}, {PosX3[playerid],PosY3[playerid],PosZ3[playerid],Angle3[playerid]}, {PosX4[playerid],PosY4[playerid],PosZ4[playerid],Angle4[playerid]}, {PosX5[playerid],PosY5[playerid],PosZ5[playerid],Angle5[playerid]} };
Код:
\pawno\include\randompos.inc(158) : error 020: invalid symbol name "" \pawno\include\randompos.inc(163) : error 010: invalid function or declaration
John_Blaze ( WSRPG )