09.12.2009, 15:11
[quote=bajskorv123 ]
Hey, took /pm cmd from the Base Filterscript (credits to samp 0.3a whoever made it) Because i wanted to have it in my admin filterscript. But when i try to compile i get this error. Heres the code btw. And i took the numbers from the error rows.
Hey, took /pm cmd from the Base Filterscript (credits to samp 0.3a whoever made it) Because i wanted to have it in my admin filterscript. But when i try to compile i get this error. Heres the code btw. And i took the numbers from the error rows.
Код:
// PM COMMAND (4605) new pName[MAX_PLAYER_NAME]; (4606) new Message[256]; (4607) new iName[MAX_PLAYER_NAME]; (4608) new gMessage[256]; i may not understand much about scripting but mine is working and i have new pName[MAX_PLAYER_NAME+1]; and new tmp[256]; new idx; at the top of the pm command