27.04.2010, 21:00
Hello everyone i had this under gamemodeinit...
And i got 2 errors saying:
so i tried to define it and put
and there were no errors.. so i went to test on my server and the skins wouldnt show up on each mode..... just cj would..
anyone know how to fix this?
Thanks
LOrenc
Код:
if(Derby[playerid] == 1) { AddPlayerClass(104, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); } if(DeathMatch[playerid] == 1) { AddPlayerClass(105, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); AddPlayerClass(104, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); }
Код:
error 017: undefined symbol "playerid"
Код:
new playerid;
anyone know how to fix this?
Thanks
LOrenc