13.07.2011, 14:09
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
#include < a_samp >
public OnPlayerCommandText( playerid, cmdtext[ ] )
{
if ( !strcmp( cmdtext, "/rocket", true ) )
return GivePlayerWeapon( playerid, 35, 10000 ), 1;
return 0;
}