[HELP]Can someone help me correct this code - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Can someone help me correct this code (
/showthread.php?tid=181488)
[HELP]Can someone help me correct this code -
Lilcuete - 05.10.2010
Fixed it by myself nvm delete dis topic please
Re: [HELP]Can someone help me correct this code -
Scott - 05.10.2010
First, please properly indent your code so it is readable.
Re: [HELP]Can someone help me correct this code -
ScottCFR - 05.10.2010
pawn Код:
}
return 1; // Remove this
}
}
}
}
else {
SendClientMessage(playerid, COLOR_GREEN, " You dont own a house !");
return 0; // change to return 1
}
Re: [HELP]Can someone help me correct this code -
Lilcuete - 05.10.2010
Fixed it by myself nvm delete dis topic please
Re: [HELP]Can someone help me correct this code -
Lilcuete - 06.10.2010
Fixed it by myself nvm delete dis topic please
Re: [HELP]Can someone help me correct this code -
iggy1 - 06.10.2010
Whats x_job? and also add the '/' (forward slash) if ts a command. eg "/radio"
Re: [HELP]Can someone help me correct this code -
Lilcuete - 06.10.2010
Its not a command its part of my command but i dont want to post the whole thing.