05.07.2013, 17:58
So i have this stock GetRandomMap im trying to make /rmap but what my problem is when i do GetRandomMap() it gives errors need help please.
I have no idea if im doing this right...
Код:
CMD:rmap(playerid,params[]) { if(Info[playerid][Level] < 2) return 0; GetRandomMap() return 1; }