Search Results
This include is old but you had a mistake in your include. Wrong. Code: stock SL::DeleteRowEx(const table[], const column[], columnID[], DB:database = DB:1) { format(SL::upd_form, sizeof(SL::upd_f...
752
Quote: Originally Posted by ****** Basically all code has bugs, even code in tutorials. I understand that, but most of the tutorials I've followed they end up just not working properly....
161
That doesn't really help me but thanks.
161
Anyone know where I can find a tutorial on sqlite for making a ban table and commands. I've searched the samp forums and the ones I've found had replies on them with bad feedback. Not trying to waste ...
161
No one is able to help you unless you post your code. We could care less about stealing your code.
382
Here you go. This is from my LSRP training replica script. Code: This is the animation for trying to run - ApplyAnimation(playerid, "PED", "FALL_collapse", 4.1, 0, 1, 1, 0, 800, 0); This is the ani...
126
Quote: Originally Posted by A35 SETADMIN 99999999999999 OnPlayerConnect(playerid) MAKE A35 ADMIN AND NO START TO PLAYERID33 EVER GETTING SCRIPT EVER -- pls i been scriptin for 2 years an...
263
Код: public OnGameModeInit() { LumberJackTree[0] = CreateObject(892, -497.446624, -62.991870, 60.289428, 0.000000, 0.000000, 0.000000, 300.00); LumberJackTree[1] = CreateObject(892, -488.650482,...
168
Quote: Originally Posted by Pottus Why are you doing this? Код: public OnPlayerConnect(playerid) { LumberJackTree[0] = CreateObject(892, -497.446624, -62.991870, 60.289428, 0.000000, ...
168
Quote: Originally Posted by Kasichok PHP код: TreeToPlayerDistance(playerid, Float: range) {     new Float:Distance;     new Float:tx, Float:ty, Float: tz;     f...
168
Код: new LumberJackTree[15]; public OnPlayerConnect(playerid) { LumberJackTree[0] = CreateObject(892, -497.446624, -62.991870, 60.289428, 0.000000, 0.000000, 0.000000, 300.00); LumberJackT...
168
You can use a stock to return a players name, it will be alot faster than typing that out each time. Код: CMD:rocketd(playerid, params[]) { new string[128]; format(string, sizeof(string), {FFFF...
113
Are you port forwarding through your router or your modem?
377
Can someone please help me & teach me how to do this properly rather than make fun of me? Код: C:\Users\User\Desktop\SAMP Scripting\script2\gamemodes\DM.pwn(1730) : error 002: only a single s...
61
Quote: Originally Posted by RogueDrifter hang on you made a mistake on your CMD, first of all if you did this: PHP код:   if(eUser[playerid][e_USER_ADMIN_LEVEL] == 0) return S...
255
Quote: Originally Posted by RogueDrifter scm will not return 0 lol here's what you actually need to do PHP код: public OnPlayerText(playerid, text[]) {     if(muted[playerid]Â...
255
Quote: Originally Posted by Fratello Код: public OnPlayerText(playerid, text[]) { if(muted[playerid] == 1) return SendClientMessage(playerid, COLOR_ORANGE, "SERVER: You are muted"); ...
255
Quote: Originally Posted by DeathCore Код: if(muted[playerid] == 1) return SendClientMessage(playerid, COLOR_ORANGE, "SERVER: You are muted"); Hope you got it Removed the warning b...
255
I'm working on making a mute system the system works as needed but tells them they're muted and still lets the client send a message while muted. warning 225: unreachable code //Line 1423 Код:...
255