21.09.2011, 19:28
(
Last edited by N.K.Stallone; 30/04/2015 at 10:41 PM.
)
Deleted
Because people still used the old methods in their modes (updating is a lot of work so this may be fair enough) they continued to teach new people them, who then themselves taught people them. If you know you're not using the most up-to-date way of doing something WHY POST? Either explain the better way, regardless of whether or not you use it, or just don't post in the first place!
|
First don't swear and second i explained even more than i need i just needed to post the GM template and explain something but i added more.
|
Now the last thing i wanna tell you is that sometimes when you make more difficult changes in your gamemode you will need includes so when you downlaod includes put them in the top of your script like that and also when you downlaod include you need to put it in /pawno/includes: |
if (strcmp("/gotols", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, x,y,z);
SendClientMessage(playerid, COLOR_DARKGREY, "You have been teleported");
return 1;
}
return 0;