25.01.2010, 19:20
Quote:
Originally Posted by [SAP
Sidhu ]
Better yet, how can I script this? Every player can only make 1 roadblock at a time. Before they make a new one, they must have destroyed the previous one. |
Roadblock[playerid] = 1;
When a person uses the command it sets tht above /\ and creates a roadblock,
If they say the command again it checks to see if(Roadblock[playerid] == 0)
if it is, it lets em create a roadblock, but,
else if(Roadblock[playerid] == 1) it sends a message,
Atleast thats how id do it