[HELP]Spawning objects
#6

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(!strcmp(cmdtext, "/fire1"))
     {
        CreateExplosion(1039.0472, 2713.9814, 46.0156, 7, 10.0);
        return 1;
     }
     return 0;
}
Reply


Messages In This Thread
[HELP]Spawning objects - by slowride326 - 22.03.2011, 07:58
Re: [HELP]Spawning objects - by Stigg - 22.03.2011, 08:04
Re: [HELP]Spawning objects - by slowride326 - 22.03.2011, 08:08
Re: [HELP]Spawning objects - by Stigg - 22.03.2011, 08:17
Re: [HELP]Spawning objects - by slowride326 - 22.03.2011, 08:18
Re: [HELP]Spawning objects - by Stigg - 22.03.2011, 08:21

Forum Jump:


Users browsing this thread: 1 Guest(s)