Search Results
If i did 'OnPlayerCommandText(playerid, "/quit");' Would that work? or..
207
Will it? Example: pawn Code: CMD:example(playerid, params[]){print("Example");return 1;}public OnPlayerConnect(playerid){OnPlayerCommandText(playerid, "/example");return 1;} It probably wont work, ...
207
Quote: Originally Posted by ******* Thanks so much!I never understand tutorials but this one is the best!Good job! Quote: Originally Posted by Kyle_ Nice! Videos tutorials a...
660
Quote: When two vehicles collide? XD, I already done the gun part
163
Ahem... Where are my credits? Anyway nice.
516
pawn Код: if(vehicleid == Privatecar) Not pawn Код: if vehicleid == Privatecar)
101
Can you give me a example? Of what you did, Like the meaning of each thing because i need it to do something else also
89
Quote: Originally Posted by MWF2 I don't understand....Torran how will that fix my problem, and Juice what do you mean? I never said it will fix it.. It just makes your code shorter
189
He means: pawn Код: public Example(){} Instead of: pawn Код: public Example(){return 1;}
264
Well instead of pawn Код: if(gTeam[playerid] != TEAM_KIDNAPPER) {    SendClientMessage(playerid, COLOR_ERROR, "Only Kidnappers can use this command"); return 1; } You would have: pawn ...
189
NVM Use return messagehere; Instead of brackets and return 1 ect
189
How would i do this? Get what name it says next to Owner: in test.ini And then see if that name matches the players name? Heres an example: ( Non working ) pawn Код: new owner, name[MAX_PLAYER_...
89
Because your not telling it to save in the DUDB_FILE_PATH
208
Show me everywhere suitsud is used
177
pawn Код: suitsud[playerid] = ++;
177
Its your textdraw, We cannot give you the coordinates.
233
I always double check my coordinates, They are correct, If they werent it would show somewhere else other than the sea
187
Ok i will try that, And will also edit this post when tried EDIT: Same result
187