21.09.2011, 22:43
I am no newbie, but for a newbie, this tutorial has barely any explanations ...
Newbies won't understand what an ' include ' is or where to download it and how to use it properly.
You didn't explain what the two return value's mean, like what return 1 and return 0 mean/do. You also didn't tell them WHERE to put the above command.
And as Deskoft said, this isn't a gamemode, it's more of an introduction.
Sorry to be a bitch.
Quote:
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: |
pawn Code:
if (strcmp("/gotols", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, x,y,z);
SendClientMessage(playerid, COLOR_DARKGREY, "You have been teleported");
return 1;
}
return 0;
And as Deskoft said, this isn't a gamemode, it's more of an introduction.
Sorry to be a bitch.