pawn -
Edward d - 28.10.2012
how do you link your pawn scripts in pawn for forums. /pawn or something? then paste
Re: pawn -
Edward d - 28.10.2012
ok got it i think
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (!strcmp("/spike", cmdtext))
{
if(gTeam[playerid] == COP) }
if(Spikes == 0)
{
it will work it spaces it right anyway
Re: pawn -
Potassium - 28.10.2012
There's a button called "preview post", just for future reference.