Search Results
Quote: Originally Posted by BroZeus show your player enums Код: enum pInfo { pPass, pCash, Float:SX, Float:SY, Float:SZ, Skin } new PlayerInfo[MAX_PLAYERS][p...
206
hey thanks for helping out , but i have some errors . : error 028: invalid subscript (not an array or too many subscripts): "pInfo" : error 029: invalid expression, assumed zero : error 029: invalid ...
206
Quote: Originally Posted by biker122 If you want to make an auto spawn, check like this under login dialog(if successfully logged in) pawn Код: if(pInfo[playerid][Skin] != -1){     ...
206
Quote: Originally Posted by biker122 Inside your player enum (Put this in the middle, if you put this in the last, remove the "," at the last variable) pawn Код: Float:SX,Float:SY,Floa...
206
Hello , can someone show me or help me to do skin and x,y,z saving and loading using y_ini ? I would appreciate your effort to help me
206
Hello i need a little help . Code : Код: //spawn info TogglePlayerSpectating(playerid, 0); SetSpawnInfo( playerid, 0, 0, -311.8508,1539.3843,75.5625,...
91
Nice , i'm looking forward to learning from this tutorial .
351
Quote: Originally Posted by Urukhay pawn Код: CMD:drink(playerid, params[]) {if(!IsPlayerInRangeOfPoint(playerid,20.0,-103.9105,-22.3268,1000.7188)) return SendClientMessage(playerid,C...
108
Quote: Originally Posted by TunisianoGamer Use the Function IsPlayerInRangeOfPoint(playerid, range, X, Y, Z) //Exemple CMD:drink(playerid, params[]) { if(IsPlayerInRangeOfPoint(p...
108
How i can make this cmd with isplayerinrangeofpoint ? Код: CMD:drink(playerid, params[]) { new amount,str1[256]; if(sscanf(params,"d",amount)) return SendClientMessage(playerid, COLOR_RED, "use...
108
Quote: Originally Posted by newbienoob i did restart my pc and internet. nothing happens. still i get that ssl error and the bytes are getting bigger Well u didn't delete the illegal pr...
217
BUMP 24 Hours passed . Btw i used spawnplayer function and setspawninfo . I can't bypass skin selection .
219
Quote: Originally Posted by BenzoAMG pawn Код: public OnPlayerConnect(playerid){    TogglePlayerSpectating(playerid, true);    SetPlayerCameraPos(playerid, -2625.480712, 2251.55224...
219
Quote: Originally Posted by phoon Put the 'TogglePlayerSpectating(playerid, true);' on top of them. Same ... Nothing changed .
219
Quote: Originally Posted by [EnErGyS]KING https://sampwiki.blast.hk/wiki/InterpolateCameraPos https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt I was using somekind of Camera Make...
219
My camera doesn't move it just freezes after login GUI . Any help ? I put it under OnPlayerConnect Code: Код: InterpolateCameraPos(playerid, -2625.480712, 2251.552246, 12.997936, -2469.983642,...
219