Need help with a cmd.
#1

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.

Код:
CMD:rmap(playerid,params[])
{
    if(Info[playerid][Level] < 2) return 0;
GetRandomMap()
	return 1;
}
I have no idea if im doing this right...
Reply
#2

pawn Код:
CMD:rmap(playerid,params[])
{
    if(Info[playerid][Level] < 2) return 0;
    GetRandomMap();
    return 1;
}
Reply
#3

what error he give you?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)