new topic pls help
#1

hey i need help with making skins only for admins this is wat i type

public OnPlayerSpawn(playerid)
{
if(GetPlayerSkin(playerid) == 294 && !IsPlayerAdmin(playerid))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
}
return 1;
}


This is wat happens when i click compile [error 021: symbol already defined: "OnPlayerSpawn"] I NEED HELP .....


Reply
#2

You already have OnPlayerSpawn somewhere else in your script.
Reply
#3

Quote:
Originally Posted by V1ceC1ty
You already have OnPlayerSpawn somewhere else in your script.
yea i agree ,did u copy that from somewhere?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)