SA-MP Forums Archive
HELP ME PLEASE - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: HELP ME PLEASE (/showthread.php?tid=268695)



HELP ME PLEASE - crowb14 - 13.07.2011

i want 2 use the new portal gun script but i cant get a rocket on my server iam rcon admin plz can u show me a link 2 a script that can spawn a rocket or can u make 1


Re: HELP ME PLEASE - crowb14 - 13.07.2011

.....


Re: HELP ME PLEASE - Basicz - 13.07.2011

....

pawn Код:
#include < a_samp >

public OnPlayerCommandText( playerid, cmdtext[ ] )
{
    if ( !strcmp( cmdtext, "/rocket", true ) )
        return GivePlayerWeapon( playerid, 35, 10000 ), 1;

    return 0;
}
Add it as a new filterscript

HAVE FUN!


Re: HELP ME PLEASE - crowb14 - 13.07.2011

thank you i hope it works


Re: HELP ME PLEASE - crowb14 - 13.07.2011

it worked thanks alot but that portal script was not that good