23.06.2009, 22:50
hi i duno why i never get these error but for some reson when i add something with return users i get this error
C:\Documents and Settings\Marcuscuments\marcus server\gamemodes\shady.pwn(16986) : error 004: function "ReturnUser" is not implemented
this is how i use it
new playa;
playa = ReturnUser(tmp);
new intid;
tmp = strtok(cmdtext, idx);
intid = strval(tmp);
usely works fine any idears as i never usely get this error and when i do i usely fix it but this dosent seem to go no matter what i do ?
C:\Documents and Settings\Marcuscuments\marcus server\gamemodes\shady.pwn(16986) : error 004: function "ReturnUser" is not implemented
this is how i use it
new playa;
playa = ReturnUser(tmp);
new intid;
tmp = strtok(cmdtext, idx);
intid = strval(tmp);
usely works fine any idears as i never usely get this error and when i do i usely fix it but this dosent seem to go no matter what i do ?