SA-MP Forums Archive
pawn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: pawn (/showthread.php?tid=388437)



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.