Search Results
If i did 'OnPlayerCommandText(playerid, "/quit");' Would that work? or..
367
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, ...
367
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...
947
Quote:
When two vehicles collide?
XD, I already done the gun part
319
319
Ahem... Where are my credits?
Anyway nice.
755
pawn Код:
if(vehicleid == Privatecar)
Not
pawn Код:
if vehicleid == Privatecar)
181
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
186
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
401
He means:
pawn Код:
public Example(){}
Instead of:
pawn Код:
public Example(){return 1;}
470
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 ...
401
NVM
Use return messagehere;
Instead of brackets and return 1 ect
401
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_...
186
Because your not telling it to save in the DUDB_FILE_PATH
374
Its your textdraw, We cannot give you the coordinates.
485
I always double check my coordinates,
They are correct, If they werent it would show somewhere else other than the sea
414
Ok i will try that, And will also edit this post when tried
EDIT: Same result
414