12.07.2010, 19:20
Im trying to make a script to only do something when a player has over or equal to 50 points, this is how i have it do far but i dont think it would work..
Would it, here is the section of script...
Would it work?
Thanks,
Ash!
Would it, here is the section of script...
pawn Код:
if (GetPlayerScore(playerid) > 49)
{
// The thing i want it to do...
}
Thanks,
Ash!