29.04.2012, 13:32
Quote:
Because I can't find that "OnPlayerRequestSpawn(playerid), I just added it to the bottom of the script. I have only one error. I'll show it to you.
Code:
C:\Program Files\GtaSan\Rockstar Games\GTA San Andreas\Server 0.3d\gamemodes\*****.pwn(1849) : error 021: symbol already defined: "OnPlayerRequestSpawn" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
PHP Code:
if(GetPlayerSkin(playerid) == 1)//the skinid of your special class)
{
if(GetPlayerScore(playerid) >= 100)
return 1;
else
SendClientMessage(playerid, COLOR, "Error: You don't have 100 score!");