Search Results
but how it actualy works? as i can see strcat(string, "Hello,\n"); strcat(string, "my name is: "); (I need to put \n in here also, to send the new line?) strcat(string, "[03]Garsino. "); ( and there a...
89
U dont get the point. If im loading numbers from the database (there could be like 30 favorite numbers on each player) then how im gonna do it? I would be able to do with limited system, like: pawn ...
89
If you have saved any friend phonenumber, then is it possible to load them into DIALOG with mysql? For example? If i get DIALOG_STYLE_LIST, i can see saved numbers 371293, 993812, 338123, 333812 all...
89
hmm readed once again ur explonation and i was thinking, do u understand urself what u want? U have already done 3 markers, also if u enter first it gives u second one. So u want more of them? So why ...
120
Try add "DisablePlayerCheckpoint(playerid);" if player is reached to first checkpoint
120
looks like this: pawn Код: ShowPlayerDialog(playerid,215,DIALOG_STYLE_MSGBOX,"Ur Header","The server is not yet ready","Close","");
186
C:\Documents and Settings\user\Desktop\samp03bsvr_R2_win32\pawno\sf pd.pwn(114) : warning 202: number of arguments does not match definition We need ur line, ex: C:\...\gamemodes\XXX.pwn(114) warning...
186
bump need fast help, giving rep for solution!
163
Quote: Originally Posted by Dwane pawn Код: CMD:makeadmin( playerid, params[ ] ){    new playername, value;    if( PlayerInfo[ playerid ][ pAdminLevel ] < 1337 ) return SendClie...
163
Quote: Originally Posted by Walsh pawn Код: format( string, sizeof( string ), "Your admin level have been set to: %f", value ); %f is for a float, not an integer. You you %d instead. ...
163
Not actualy sure of "Dynamic" values but ur sure u have "int, vw, distance set? Shouldnt it looks like : pawn Код: CreateDynamicPickup(modelid, 23, Float:x, Float:y, Float:z, -1, -1, -1, 100.0)C...
107
Bump back up, found that there still is a problem.
163
Found that i still have problem with that Havent tested it with other ppls but i think that it wount eaven get other ppls ID. Anyways here is the code: pawn Код: CMD:makeadmin(playerid, params[]...
163
Im gonna test it tomorrow, tnx for reply.
119
Ok tnx, im gonna check it. Only now i need to figure it out, how it works, cuz i dont want to use any FS'ts in my script. Edit: Nice it works +Rep for helping!
91
How i make it with dialogs? if il choose "Deposite" from DIALOG_STYLE_LIST i gete response like: pawn Код: if(listitem == 0)            {                if(!strlen(inputtext) || str...
91
How can i get all player names who are online and use it in dialog? Im planing to make wiretransfer system like: First u get dialog list where u can choose "Wiretransfer" then u get all ppls names in ...
119
Is there any tutorials how to do it? I have seen only FS and Includes about it. But i was told that there is also tutorials. Search button didnt gaved me any tutorials topics. I found one code like: ...
39
Quote: Originally Posted by Dan_Barocu 1221.1116,-1814.8745,16.5938 coords like /cityhall playerid then i sends him to this coords. pawn Код: public OnPlayerCommandText(playerid,cmd...
164