Search Results
there is no function like that but you can do something like this! in a timer or onplayerupdate! idk Check if the player is using Any Key > UP-DOWN-LEFT-RIGHT and the player is on the foot(not in ...
101
Quote: Originally Posted by Proxus Looks really nice! Apart from the spelling errors, it looks super dope. Ye i have pretty bad english! tnx Quote: Originally Posted by Snake...
884
Just a demo show from my Phone System with every single part working!
884
PHP Code: CMD:getjob(playerid) {     if(IsPlayerConnected(playerid))     {         if(PlayerInfo[playerid][pJob] == 0)         {             if(IsPlayerInRang...
131
Just get X and Y of [1] and [2] vehicle and save it somewhere then do this> PHP Code: X[Actor] = (X[1] + X[2])/2 Y[Actor] = (Y[1] + Y[2])/2 
146
show us cods and definetion of your class names so we could be able to fix that issue
201
Actully it was a project from iAmir!
226
https://sampforum.blast.hk/showthread.php?tid=295798 https://sampforum.blast.hk/showthread.php?tid=253436
525
PHP Code: new order; OnGamemodeInIt >> order = 0; Your Func: >> SendClientMessageToAll(-1, RandomMSG[order]); printf("TEXT: %s", RandomMSG[order]); order++; if(order >...
108
Quote: Originally Posted by BlackBank Why you don't set a default value for all the columns you don't need to INSERT data for? Like for example 'admin', it can be default 0 when a player r...
458
try to optimize your sql database ! see this method if all is ok then you need to send big query to your database i think there wont be any problems using high string characters to sql server use l...
458
well it shows you the problem it self ! you probbebly messing with local and global vars and defining new addr many places ! just check the lines that shows warning ! and change them
136
do this PHP Code: #define SPD ShowPlayerDialog  then remove this code from your script PHP Code: stock SPD(playerid, dialogid, style, const caption[], const info[], const but...
118
PHP Code: CMD:givepoints(playerid, params[]) {     if(PlayerInfo[playerid][AdminLevel] < 3) return LowLevel(playerid);     new pos;     if(!params[0]||!(pos = chrfind(' ',p...
150
if you can give us log errors next time (Main File > Logs > Errors) anyway for this one there is one missing in your format! (`Name`, `Password`, `Salt`, `Pol`, `Godine`, `Email`) ('%s', '%s'...
124
Welldone ma friend tnx its usefull for me
1,087
Quote: Originally Posted by SymonClash Or just use compiler version 3.10.8 that hides this useless warnings. these errors are not useless ! if you think its useless then you are not a p...
443