12.11.2012, 15:07
I have a gate thing which when /open itdestroys the gate but whats the cmd for the gates to come back?
pawn Код:
if(!strcmp(cmdtext, "/open", true)){
DestroyDynamicObject(impoundgate1);
DestroyDynamicObject(impoundgate2);
SendClientMessage(playerid, 0x0000BBAA, "Impound Opened");
return 1;
}