SA-MP Forums Archive
Most Stupid Question - 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)
+--- Thread: Most Stupid Question (/showthread.php?tid=388025)



Most Stupid Question - Vasu99 - 27.10.2012

This is like the most stupid question but where do i put [CMD:] Scripts?


Re: Most Stupid Question - WizBoy - 27.10.2012

You can put them anywhere....But not under (exaple) OnPlayerCommandText and other publics xD


Re: Most Stupid Question - Vasu99 - 27.10.2012

Quote:
Originally Posted by WizBoy
Посмотреть сообщение
You can put them anywhere....But not under (exaple) OnPlayerCommandText and other publics xD
What about the bottom of the gamemode?


Re: Most Stupid Question - JaKe Elite - 27.10.2012

Quote:
Originally Posted by WizBoy
Посмотреть сообщение
You can put them anywhere....But not under (exaple) OnPlayerCommandText and other publics xD
Don't listen to him
You can put them under the callbacks.

Except inside the callbacks.


Re: Most Stupid Question - Vasu99 - 27.10.2012

Quote:
Originally Posted by Romel
Посмотреть сообщение
Don't listen to him
You can put them under the callbacks.

Except inside the callbacks.
Please explain xD, where is the callbacks?


Re: Most Stupid Question - RedJohn - 27.10.2012

Put it at the bottom of your script.


Re: Most Stupid Question - Jakku - 27.10.2012

pawn Код:
public OnPlayerConnect(playerid)
{
    // Don't put them here
}

// But put them here instead :)



Re: Most Stupid Question - WizBoy - 27.10.2012

Jakku....Thats what i wanted to say!


Re: Most Stupid Question - _Khaled_ - 27.10.2012

DO NOT PUT THEM UNDER ANY ANY ANY
PHP код:

NO NO!! GET A BLANK SCRIPT! AND BOOM, PASTE IT


Re: Most Stupid Question - newbienoob - 27.10.2012

Quote:
There are no stupid questions, just a stupid people
By the way, put it at the bottom of your script.