17.11.2009, 13:11
Quote:
Originally Posted by Ritchie999
Oh ok, il go try and make the pickup and i sha'll get back to you and tell you if it was a success
--Edit-- Код:
C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(37) : error 020: invalid symbol name "" C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(67) : error 029: invalid expression, assumed zero C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(230) : error 029: invalid expression, assumed zero C:\Users\richard\Desktop\samp 0.3 R3\gamemodes\NewProject.pwn(236) : error 030: compound statement not closed at the end of file (started at line 223) Код:
37: new exit; 67: exit = CreatePickup(1239,23,140.3170,1366.4504,1083.8594); 230: if (pickupid == exit) 223: if (pickupid == enter) |