Search Results
create a global varible on player entering a ddoor and then store their weapon in that variable once he is entered reset his weapon and when he is back give him weapon that you stored in the variable.
138
ResetPlayerWeapons(playerid); Just before GivePlayerWeapon(....
127
Quote: Originally Posted by Konstantinos Danyal used 6 arguments and the function has 4. The arguments are also wrong in SendClientMessage: pawn Код: if (!strcmp("/lsstunt", cmdtext, t...
112
pawn Код: if (strcmp("/lsstunt", cmdtext, true, 10) == 0)    {        SetPlayerPos(playerid, 266,-1539.3887,-1076.7513,769.5139,274.6397);        SendClientMessage (playerid, "You Have B...
112
your are using samp include which is of 0.3x or below while your streamer include is of samp 0.3z
128
pawn Код: //top of the scriptnew mysqlquery;//then where you connect databasemysqlquery = mysql_connect(...// now in the lastmysql_format(mysqlquery, query, sizeof(query), "SELECT `TotalAccounts` ...
177
Try to get rows with cache_get_row_count(); MY SQL QUERY Has Following Parameters mysql_query(conhandle, query[], bool:use_cache = true)
177
Are you initializing the HouseInfo[MAX_HOUSE][hLabel] variable as a Text3D variable? pawn Код: new Text3D:HouseInfo[MAX_HOUSE][hLabel];
87
create a variable and check if player returned from spec'ing if yes he should not be given ammo but if no he should be given ammo.
127
Quote: Originally Posted by Konstantinos He wants to enter a part of name and gets a list with players that have that part to their name. Using sscanf - what Vince posted is the best way. ...
125
pawn Код: CMD:id(playerid, params[]) {    if(isnull(params)) {        return SendClientMessage(playerid, -1, "USAGE: /id [player name]");    }    new        string[128],        P...
125
Hope you can get some idea from This Post: ==>Click Me Post<==
150
Adding Some Info: Its Just My Country Who is Blocking IP's.
184
i Tried it couple of time but no work....
184
I have a problem SAMP it shows one of my favourite server down while its up for every one else... Please Help... Possible Fixes I Tried But It Didn't Helped Me. 1. Tried Reinstall Game. 2. Reinstall...
184
Quote: Originally Posted by yesid001 God God ! Like ! PostData: Not Speak English Thank You.
1,490
VERSION 4.0 IS OUT What's New? Killing Sphreee Killing Rewards Modified Skill Level System
1,490
Quote: Originally Posted by king_hual A more compact version: pawn Код: CMD:time(playerid, params[]){    new string[ 30 ], Date[ 6 ]    ;            //Year      //Month Â...
206
pawn Код: CMD:time(playerid, params[]){    new string[ 30 ], Date[ 7 ]    ;            //Year      //Month     //Day    getdate(Date[ 0 ], Date[ 1 ], Date[ 2 ]);            ...
206