Search Results
Take a look here: https://sampwiki.blast.hk/wiki/OnPlayerStateChange From this you can get an idea of what to do. pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if(old...
75
This can be signs that your login system isn't really checking passwords. Although I suggest using something like this: pawn Код: if(strlen(inputtext) < 6) return ShowPlayerDialog(playerid, D...
84
Quote: Originally Posted by ATGOggy Try this: PHP код: enum PlayerData {     ID,     pName[24],     Password[129],     IP[16],     Admin }; new pData[MAX_PLAYER...
125
Hey all, I'm new to the forums and I came across this error: Код: C:\Users\Troy\Desktop\Script\pawno\new.pwn(89) : error 017: undefined symbol "pData" C:\Users\Troy\Desktop\Script\pawno\new.pwn(...
125